Add OTel log support to Carnot plan protos and implement exec node support#2161
Merged
ddelnano merged 3 commits intopixie-io:mainfrom Apr 28, 2025
Merged
Conversation
24aba91 to
662c3d6
Compare
Member
Author
|
@pixie-io/core-maintainers I believe the pr-genfiles build broke with our recent Go 1.24 upgrade (likely kubernetes-sigs/controller-tools#888). We need to upgrade our controller-tools to address this issue, but I believe it should be ok to ignore that for this PR. I'll be following up with the controller-tools change soon. |
662c3d6 to
f5ab311
Compare
Member
Author
|
@pixie-io/maintainers the pr-genfiles issue is fixed and this is ready for review now. |
vihangm
approved these changes
Apr 24, 2025
exec node support Signed-off-by: Dom Del Nano <ddelnano@gmail.com> (cherry picked from commit ac0d014)
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
f5ab311 to
aae6ebc
Compare
ddelnano
added a commit
to ddelnano/pixie
that referenced
this pull request
Aug 6, 2025
…pport (pixie-io#2161) Summary: Add OTel log support to Carnot plan protos and implement exec node support My upcoming Kubecon talk will be demoing functionality that would benefit from OTel export log support. This is the first step in supporting this. The next set of PRs will include the planner and pxl frontend changes to leverage these changes. Relevant Issues: pixie-io#705 Type of change: /kind feature Test Plan: New tests verify added functionality --------- Signed-off-by: Dom Del Nano <ddelnano@gmail.com> GitOrigin-RevId: 920baba
ddelnano
added a commit
to k8sstormcenter/pixie
that referenced
this pull request
Feb 25, 2026
…pport (pixie-io#2161) Summary: Add OTel log support to Carnot plan protos and implement exec node support My upcoming Kubecon talk will be demoing functionality that would benefit from OTel export log support. This is the first step in supporting this. The next set of PRs will include the planner and pxl frontend changes to leverage these changes. Relevant Issues: pixie-io#705 Type of change: /kind feature Test Plan: New tests verify added functionality --------- Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
ddelnano
added a commit
to k8sstormcenter/pixie
that referenced
this pull request
Feb 25, 2026
…pport (pixie-io#2161) Summary: Add OTel log support to Carnot plan protos and implement exec node support My upcoming Kubecon talk will be demoing functionality that would benefit from OTel export log support. This is the first step in supporting this. The next set of PRs will include the planner and pxl frontend changes to leverage these changes. Relevant Issues: pixie-io#705 Type of change: /kind feature Test Plan: New tests verify added functionality --------- Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary: Add OTel log support to Carnot plan protos and implement exec node support
My upcoming Kubecon talk will be demoing functionality that would benefit from OTel export log support. This is the first step in supporting this. The next set of PRs will include the planner and pxl frontend changes to leverage these changes.
Relevant Issues: #705
Type of change: /kind feature
Test Plan: New tests verify added functionality